home *** CD-ROM | disk | FTP | other *** search
- Path: aadt.sdt.com!usenet
- From: Larry Baker <leb@sdt.com>
- Newsgroups: comp.lang.c++
- Subject: Re: (Q) winsock error in Borland C/C++ 4.5
- Date: Tue, 05 Mar 1996 15:32:46 -0800
- Organization: SABRE Decision Technologies
- Message-ID: <313CCF1E.420A@sdt.com>
- References: <313B4CF1.15BE@chardonnay.niagara.com>
- NNTP-Posting-Host: parmail
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Mal wrote:
- > Anyone get anything using winsock.h to compile
- > using Borland C/C++ 4.5 ?
- >
- > IF so please send me info on how, or maybe even the source. When I try
- > it comes back with errors with winsock.h ???
-
- I got a simple winsock program to compile using Turbo 4.5 with
- no trouble. They include a copy of the winsock.h file with the
- compiler, but no libs; you have to do an implib on the winsock.dll
- to get the .LIB file to link against. Other than that, no
- troubles.
-
- I think you can download a more up-to-date winsock.h/.LIB file
- from the internet or from CompuServe.
-
- If you could post some of the errors you're talking about, that
- might help a bit in figuring out what's going wrong.
-
- LEB
- leb@sdt.com
-